Create a polygons region from the point array which defines the vertices of the polygon.
シンタックス
'宣言
Public Overloads Shared Function CreatePolygonRegion( _
ByVal () As System.Drawing.Point, _
ByVal As PolyFillMode _
) As Region
public static Region CreatePolygonRegion(
System.Drawing.Point[] ,
PolyFillMode
)
パラメータ
- polygonPoints
- A System.Drawing.Point array that defines the vertices of the polygon.
- polyFillMode
- C1.Framework.Drawing.Gdi.DeviceContexts.PolyFillMode Indicates the poly fill mode is "alternate" or "winding"
参照